home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
gui
/
visualarts1_1.lha
/
VisualArts
/
Demo
/
Scripts
/
addObj.script
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-03
|
257 b
|
9 lines
int addObj(struct VAobject VAObject)
{
running_total +=atoi(operand);
sprintf(operand, "%d", running_total);
Update_Value(); //show new totals
operand[0]='\0'; //zero operand
return(1);
}